home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / yelp / xslt / yelp-common.xsl < prev   
Extensible Markup Language  |  2009-10-15  |  865b  |  32 lines

  1. <?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3.                 xmlns="http://www.w3.org/1999/xhtml"
  4.                 version="1.0">
  5.  
  6. <!-- == yelp.common.css == -->
  7. <xsl:template name="yelp.common.css">
  8.   <xsl:text>
  9.     html {
  10.       height: 100%;
  11.     }
  12.     body {
  13.       background-color: </xsl:text><xsl:value-of select="$theme.color.background"/><xsl:text>;
  14.     }
  15.     div.body {
  16.       padding: 0;
  17.       border: none;
  18.     }
  19.  
  20.     <!--/* Gecko seems to get selection color wrong on some themes */
  21.     ::-moz-selection {
  22.       background-color:  </xsl:text>
  23.       <xsl:value-of select="$yelp.color.selected.bg"/><xsl:text>;
  24.       color: </xsl:text>
  25.       <xsl:value-of select="$yelp.color.selected.fg"/><xsl:text>;
  26.     } -->
  27.  
  28.   </xsl:text>
  29. </xsl:template>
  30.  
  31. </xsl:stylesheet>
  32.